BootSource

Undocumented in source.

Members

Functions

put
bool put(FirecrackerAPIClient cl)

Create the boot source via the Firecracker API * Throws: FirecrackerException on error.

Mixins

__anonymous
mixin BaseModel
Undocumented in source.

Variables

bootArgs
string bootArgs;

Kernel boot arguments

initrdPath
string initrdPath;

Host level path to initrd image used to boot guest

kernelImagePath
string kernelImagePath;

Host level path to kernel bzImage/vmlinux used to boot guest

Mixed In Members

From mixin BaseModel

stringify
string stringify()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta